All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.PredLessEqualCharacter
PredLessEqualCharacter
is a predicate object designed for
comparing objects of type Character
for relative ordering using
the <= operator.
Copyright © 1996 Finn Bock
Character
and compare the
return values from the charValue()
method using
the <=
operator.
public PredLessEqualCharacter()
public boolean compare(Object o1, Object o2)
Character
and compare the
return values from the charValue()
method using
the <=
operator.
All Packages Class Hierarchy This Package Previous Next Index